home *** CD-ROM | disk | FTP | other *** search
-
- moke - mark's own kanji editor
-
- 0.0 Introduction
-
- moke is now available for anonymous ftp at 128.104.30.31 and after
- hours on my machine 128.104.30.62 (I forgot to load the packet
- driver before I started netpc last night so it wasn't available).
-
- With moke people who own PCs can now input English, kana, or kanji,
- use view (or kd, or reader) to display pages on your PC, and print
- the results with kanjips.
-
- Moke allows you to crudely input kanji, as well as english, hiragana
- or katakana on any old PC (though I couldn't get the bgi stuff to
- work on a Toshiba portable). Editing is done line by line. When your
- line is outputed (with the F10 key then press return) its gone and
- no further editting can be done. While the kanji line (kline) is active
- you can backspace the kline to erase unwanted characters.
-
- I still haven't decide whether I should roll my own editor or just modify
- existing editors like stevie and microemacs (which have japanese versions
- available). I am tending toward the later. I hate reinventing the wheel.
-
- Further enhancements to moke will be to make it a real line editor capable
- of going backwards and forwards in a file. As well as inserting and deleting
- within a line. After that I can't say. Routines will be needed to support
- a user define dictionary in addition to "skkjis", as well as changes in
- the hash functions to use disk space more efficiently.
-
- 1.0 Quick Tutorial
-
- To run program type:
-
- moke filename
-
- It will open various files and load the kanji fonts. The filename is where
- your SJIS output will be saved. If everything goes will you will get a
-
- Enter:
-
- prompt. Type in a word using the same method of input for my rtk program
- type:
-
- to-kyo-
-
- If you want to replace the string with kanji (if exists) press F1, else
- keep typing or press return. When you get to a place where the next word
- is to be looked up clear the enter line by pressing return. Type in the
- word in romaji and press F1.
-
- F1 selection
-
- Given a string "ho-" there will be many kanji selections displayed.
- at the
-
- Choose kanji number:
-
- prompt enter the number to the left of the correct kanji or zero (0)
- if the one you wanted wasn't there.
-
-
- To display verbs type in the last consonant of the verb as a capital for
- for verbs like miru and kaku for verbs like omou type in a capital U.
-
- Example: kaku (to write or draw)
-
- Enter: kaK
-
- Example: miru (to see)
-
- Enter: miR
-
- Example: omou (to think)
-
- Enter: omoU
-
- The skkjis dictionary also has some english words. Try computer, path,
- program, programming, etc (computer related words). For more words
- do a strings on skkjis. Enter english words as in rtk.
-
- Example:
-
- Enter: ~computer~
-
- 2.0 Keys
-
- F1 - lookup word on enter line
- F2 - backspace (erase) one kana on kanji line
- F9 - erase kanji line
- F10 - save line to file specified by argv[1]
- bs (back space) erase one character on enter line
- q - quit and save
- e - quit
-
-
- Files
-
- inithash.c - makes "hashtab" zero filled
- stufftab.c - uses "skkjis" and creates the hash table
- (The hash table is way to big. The longest JIS
- string for lookup is around 28. Although most
- of the entrys are less then 12 chars. I choose a
- string size of 30 initially. There is a long
- (4 byte pointer) into "skkjis". There are over
- 8000 entrys in skkjis so I used a table size of
- 20000 + 1000 for overflow. In short this really
- needs work. hashtab is around ~800K for indexing
- a 140k file . Any volunteers?)
-
- moke.c - mark's own kanji editor main file
- hash.c - hash functions for moke
- rtk.c - modified for fk.
- sjis.c - from view (wants \kanji\kjfont16.rev) (set BGI=\kanji
- or where ever)
-
- 4. Known bugs
-
- Trashes enivornment sometimes.
-
- 5. Special thanks
-
- Special thanks to my wife Ritsuko [ $B╬º╗╥(J ] who learned
- well a new english phrase and the meaning, computer widow.
- You see since receiving the Junet Reader program middle December
- I've bought a faster PC for home, bought Minix 1.3 and am trying
- to update it to 1.5 with cdifs posted to the net, play with our
- first baby (five months old now, Akane [ $B░½(J ]), and write
- all these programs.
-
- 6. Bug reports, comments, or to get on mailing list.
-
- Send to:
-
- mark edwards [ $B%^!<%/!#%(%I%o%:(J ]
- Systems Programmer
- University of Wisconsin - Madison (MACC)
-
- edwards@macc.wisc.edu
- edwards@wiscmacc.bitnet
-
-
-